-
-
Notifications
You must be signed in to change notification settings - Fork 33k
gh-89905: Correct -R
option doc
#137608
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gh-89905: Correct -R
option doc
#137608
Conversation
It was removed in c9f54cf. If this is re-added, you need also to update the documentation for the PYTHONHASHSEED environment variable and move it to other section. |
Thanks, I'll remove it and just leave the doc fix. I think this should be deprecated. |
-R
option to -h
and correct using/cmdline
doc-R
option doc
Note that it's nicer for users to keep old options forever: https://discuss.python.org/t/consider-deprecating-and-eventually-removing-b-cli-flag/96903/6 |
Yes, I plan to have is as an undocumented NO-OP per the issue #137897 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. What do you think @serhiy-storchaka?
Thanks @StanFromIreland for the PR, and @vstinner for merging it 🌮🎉.. I'm working now to backport this PR to: 3.13, 3.14. |
(cherry picked from commit b3ff316) Co-authored-by: Stan Ulbrych <[email protected]>
(cherry picked from commit b3ff316) Co-authored-by: Stan Ulbrych <[email protected]>
GH-138353 is a backport of this pull request to the 3.14 branch. |
GH-138354 is a backport of this pull request to the 3.13 branch. |
…hon#138353) Co-authored-by: Stan Ulbrych <[email protected]>
I can split if it is so desired, but since both are small errors/omissions and need the same backports, I see little need.
-R
option doc is incorrect #89905📚 Documentation preview 📚: https://cpython-previews--137608.org.readthedocs.build/